home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Grammy Awards
/
The Grammy Awards.bin
/
install.dat
< prev
next >
Wrap
Text File
|
1992-12-15
|
2KB
|
83 lines
@DefineProject
@Name = "The Grammy Awards" /* Product Textual Name: */
@Version = "V1.01"
@Subdir = "GRAMMY" /* default subdirectory for files */
@OutDrive = C
@Group = "A"
@Requires 3000000 /* requires three megabytes */
@Requires @Harddisk
@EndProject
@Display
@Cls
This program will install @Name
Version @Version on your computer system.
You may press the [Esc] key at any time to abort the
installation. INSTALL will ask you several questions about your
computer hardware.
Each question has a default answer. If the default answer is
correct, press the ENTER key in response to the question.
Otherwise, type the answer and then press the ENTER key.
If you make a mistake while typing, press the BACKSPACE key
and then retype the answer.
@Pause
@EndDisplay
@if (@VideoGraph < 18)
@Display
Your system appears not to have a VGA display with at least
512K memory. The Grammy Awards requires Super VGA to run.
@pause
@EndDisplay
@endif
@GetOutDrive
@Suppress A
@Suppress B
@Cls
On which disc drive do you wish to install @Name?
@EndOutDrive
@GetSubdir
@Cls
Now you need to specify the disc destination subdirectory.
The subdirectory is the location on your disc where the
@Name system will be installed.
If you don't know what a "subdirectory" is, you probably need not
worry about it and should just press Enter at the next prompt.
@Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
@EndSubdir
@DefineDisk
@Label = "GRMY V1.01"
@File INTRO.EXE
@File GRM.EXE @Out GRMY.EXE
@File GRAM.GX
@File GRAM.BAT @Out GRAMMY.BAT
@EndDisk
@SetConfig
@AskOverwrite
@Files = 20
@Buffers = 20
@EndConfig
@Finish
Installation of the @Name is complete.
To run @name, simply enter "GRAMMY" at the DOS prompt from
the @Outdrive:@SubDir directory on drive @Outdrive:.
If your CONFIG.SYS file was modified, you will need to
reboot your computer before running the program.
@pause
@ChDrive @OutDrive
@EndFinish